.bgimage {
  background-image: url('https://e0.pxfuel.com/wallpapers/466/244/desktop-wallpaper-moon-minimalism-digital-art-artwork-black-background-situation-astronaut-spacesuit-simple-background-hemlmet-for-section-%D0%BC%D0%B8%D0%BD%D0%B8%D0%BC%D0%B0%D0%BB%D0%B8%D0%B7%D0%BC-astronaut-black-and-white.jpg'); 
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.text-overlay h1 {
  font-size: 5em !important; /* Ensure the size is applied */
  
}
.website {
  display: inline;
  color: rgb(173, 128, 225);
  font-size: 26px;
  font-weight: 600;
}

.website:hover {
  color: orange;
  font-size: 27px;
  font-weight: 600;
}

b {
  font-size: 25px;
}

@media (max-width: 480px) {
  b {font-size: 1.2em;}
  .website{font-size: 1em;}
  .website:hover{font-size: 1em;}
  .text-overlay h1 {
    font-size: 2.5em !important; /* Ensure the size is applied */
    i {
      font-size: smaller;
  }
  }
  
}
